export declare const rowsVar: `var(--${string})`; export declare const snippetStyle: { pretext: import("@vanilla-extract/recipes").RuntimeFn<{ noExpandable: { false: { overflowY: "hidden"; }; true: { maxHeight: `calc(var(--${string}) * var(--${string}) + var(--${string}))`; overflowY: "scroll"; }; }; showMore: { false: { overflowX: "auto"; }; true: { overflowX: "hidden"; }; }; }>; line: import("@vanilla-extract/recipes").RuntimeFn<{ multiline: { false: { selectors: { '&:after': { content: ""; paddingRight: `var(--${string})`; }; }; }; true: { selectors: { '&:nth-child(-n+2):after': { content: ""; paddingRight: `var(--${string})`; }; }; }; }; }>; prefix: Record<"command" | "lines", string>; container: Record<"multiline" | "oneLine", string>; stackStyle: string; buttonContainer: Record<"multiline" | "oneLine", string>; showMoreContainer: Record<"false" | "true", string>; showMoreButton: string; centeredText: string; animatedArrowIcon: Record<"false" | "true", string>; }; //# sourceMappingURL=styles.css.d.ts.map